-- card: 6527 from stack: in -- bmap block id: 0 -- flags: 0000 -- background id: 6166 -- name: TOC -- part 1 (field) -- low flags: 01 -- high flags: 2004 -- rect: left=17 top=2 right=45 bottom=496 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 20 -- text size: 24 -- style flags: 0 -- line height: 32 -- part name: title -- part 2 (field) -- low flags: 01 -- high flags: 2002 -- rect: left=19 top=70 right=172 bottom=494 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 20 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: text -- part 3 (field) -- low flags: 01 -- high flags: 2002 -- rect: left=67 top=233 right=323 bottom=446 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 20 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: -- part 4 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=451 top=21 right=41 bottom=471 -- title width / last selected line: 0 -- icon id / first selected line: 1013 / 1013 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Next ----- HyperTalk script ----- on mouseUp visual effect wipe left go to next card end mouseUp -- part 5 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=449 top=4 right=23 bottom=470 -- title width / last selected line: 0 -- icon id / first selected line: 1014 / 1014 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Prev ----- HyperTalk script ----- on mouseUp visual effect wipe right go to previous card end mouseUp -- part 6 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=26 top=142 right=159 bottom=123 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp edit script of background "Plot.Back" end mouseUp -- part 7 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=27 top=124 right=140 bottom=117 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp go card "hp2pictXCMD.c" end mouseUp -- part contents for card part 2 ----- text ----- This stack contains an XCMD that translates Hewlett Packard Graphics Language (HPGL) scripts into Macintosh Pictures (PICT format). This version translates the basic line drawing and labelling commands of HPGL. Many other commands (fills, objects, etc.) are not implemented. The source code*, in MPW C, is included for your tweaking pleasures. See the "Plot.Back" background script * for HyperTalk routines which call hp2pictXCMD. -- part contents for card part 3 ----- text ----- Copyright 1990 by D.G. Gilbert. dogStar Software & Biology Dept., Indiana University email: Don.Gilbert@Iubio.Bio.Indiana.Edu You may use and re-distribute this material as you wish with the exceptions that you may not sell it, or remove or alter the copyright statement. -- part contents for card part 1 ----- text ----- HPGL to PICTure Translator